internal/runtime/gc/scan.unsafeBuf.n (field)
5 uses
internal/runtime/gc/scan (current package)
scan_go.go#L62: return int32(buf.n)
scan_go.go#L68: n int
scan_go.go#L81: *(*T)(unsafe.Add(unsafe.Pointer(b.base), b.n*int(unsafe.Sizeof(val)))) = val
scan_go.go#L82: b.n += bool2int(pred)
scan_go.go#L92: if b.n >= cap {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |